Skip to main content

Song Scraper

Create an instance of the PyScrappy library to interact with the class SongScraper:

Song#

  • soundcloud_scrapper()#

    Helps in scraping music data fromsoundcloud.

    Return type#


    pandas.DataFrame

    Parameters#


    track_name: Enter the name of track or artist or any keyword associated with soundcloud.
    Type: str

    n_pages: Enter the number of pages you want to scrape the data of.
    Type: int

    Note#


    Make sure the track_value is a legitimate keyword with actual search results.

    obj = PyScrappy.SongScrapper()obj.soundcloud_scrapper(track_name, n_pages)